projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eec9919
)
Recognize processes as a CL type again
author
Basil L. Contovounesios
<contovob@tcd.ie>
Sat, 11 Jun 2022 12:50:09 +0000
(15:50 +0300)
committer
Basil L. Contovounesios
<contovob@tcd.ie>
Sat, 11 Jun 2022 16:21:55 +0000
(19:21 +0300)
For discussion, see:
https://lists.gnu.org/r/emacs-devel/2022-06/msg00567.html
* lisp/emacs-lisp/cl-macs.el (cl-deftype-satisfies): Include process
as a type, to avoid cl-typep complaining about process objects.
lisp/emacs-lisp/cl-macs.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/cl-macs.el
b/lisp/emacs-lisp/cl-macs.el
index ada4f0344d394602f02febc1a35145857a130550..10043ba28071fdd4ad461d93c38d7cd6b738854e 100644
(file)
--- a/
lisp/emacs-lisp/cl-macs.el
+++ b/
lisp/emacs-lisp/cl-macs.el
@@
-3422,6
+3422,7
@@
Of course, we really can't know that for sure, so it's just a heuristic."
(number . numberp)
(null . null)
(overlay . overlayp)
+ (process . processp)
(real . numberp)
(sequence . sequencep)
(subr . subrp)